rcparams figure.figsize

105

rcparams 'figure.figsize' -

import matplotlib.pyplot as plt
plt.rcParams["figure.figsize"] = (20,3)

change plot size matplotlib -

from matplotlib.pyplot import figure
figure(num=None, figsize=(8, 6), dpi=80, facecolor='w', edgecolor='k')

Comments

Submit
0 Comments